home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / NETIAS.IN_ / netias.inf
Encoding:
INI File  |  2003-06-19  |  3.4 KB  |  137 lines

  1. ; -- NETIAS.INX --
  2. ;
  3. ; Microsoft Internet Authentication Service
  4. ;
  5. ; Copyright (c) 1998-1999, Microsoft Corporation
  6.  
  7. [version]
  8. signature      = "$Windows NT$"
  9. LayoutFile     = layout.inf
  10. Provider       = %Msft%
  11. DriverVer=03/03/2003,5.00.2195.6675
  12.  
  13.  
  14. ;
  15. ; For Optional Components Use Only
  16. ;
  17.  
  18. [IAS]
  19. Uninstall      = IAS.Remove
  20. RegisterDlls   = IAS.Register
  21. ProfileItems   = IAS.Shortcut.Add
  22. StartServices  = IAS
  23.  
  24. [IAS.Services]
  25. ; 0x10 = SPSVCINST_NOCLOBBER_STARTTYPE
  26. AddService     = IAS, 0x10, IAS.AddService
  27.  
  28. [IAS.Remove]
  29. DelReg         = IAS.DelReg
  30. UnregisterDlls = IAS.Unregister
  31. ProfileItems   = IAS.Shortcut.Remove
  32.  
  33. [IAS.Remove.Services]
  34. DelService     = IAS
  35.  
  36. ;
  37. ; SNMP Extension Agent
  38. ;
  39.  
  40. [IAS.SNMPAgent]
  41. AddAgent       = IAS.AddSNMPAgent
  42.  
  43. [IAS.Remove.SNMPAgent]
  44. DelAgent       = IAS.Remove.DelSNMPAgent
  45.  
  46. [IAS.AddSNMPAgent]
  47. ServiceName    = "IAS"
  48. AgentName      = "IASAgent"
  49. AgentPath      = "%SystemRoot%\System32\iasperf.dll"
  50.  
  51. [IAS.Remove.DelSNMPAgent]
  52. AgentName      = "IASAgent"
  53.  
  54.  
  55. ;
  56. ; COM Object registration
  57. ;
  58.  
  59. [IAS.Register]
  60. 11,, msjet40.dll, 1
  61. 11,, msjetoledb40.dll, 1
  62. 11,, msrd3x40.dll, 1
  63. 11,, msjtes40.dll, 1
  64. 11,, iasperf.dll, 1
  65. 11,, iassvcs.dll, 1
  66. 11,, iassdo.dll, 1
  67. 11,, iasads.dll, 1
  68. 11,, iasrecst.dll, 1
  69.  
  70.  
  71. [IAS.Unregister]
  72. 11,, iasperf.dll, 1
  73.  
  74.  
  75. ;
  76. ; Administrative Tools shortcut
  77. ;
  78.  
  79. [IAS.Shortcut.Add]
  80. Name      = %IAS_Shortcut_Display%
  81. CmdLine   = 11,,"ias.msc /s"
  82. IconPath  = 11,,iasmmc.dll
  83. IconIndex = 0
  84. SubDir    = %Snapin-Group-Name%
  85. Infotip   = %IAS_Infotip%
  86.  
  87. [IAS.Shortcut.Remove]
  88. Name      = %IAS_Shortcut_Display%, 0x2
  89. SubDir    = %Snapin-Group-Name%
  90.  
  91. ;
  92. ; Service Install Sections
  93. ;
  94.  
  95. [IAS.AddService]
  96. DisplayName     = %IAS_Display%
  97. ServiceType     = 0x00000020
  98. StartType       = 2
  99. ErrorControl    = 1
  100. ServiceBinary   = "%%SystemRoot%%\System32\svchost.exe -k netsvcs"
  101. Dependencies    = RPCSS
  102. AddReg          = IAS.AddService.AddReg
  103. Description     = %IAS_Desc%
  104. DelReg          = IAS.AddService.DelReg
  105.  
  106.  
  107. [IAS_EventLogInstallSection]
  108. AddReg=IAS_Eventlog_AddReg
  109. DelReg=IAS_Eventlog_DelReg
  110.  
  111.  
  112. [IAS.AddService.AddReg]
  113. HKR, Parameters, ServiceDll, %REG_EXPAND_SZ%, "%%SystemRoot%%\System32\ias.dll"
  114. HKR, Parameters, Allow SNMP Set, %REG_DWORD%, 0
  115.  
  116. HKLM, System\CurrentControlSet\Services\EventLog\System\IAS, EventMessageFile, %REG_EXPAND_SZ%, "%%SystemRoot%%\System32\iassvcs.dll;%%SystemRoot%%\System32\mprmsg.dll"
  117. HKLM, System\CurrentControlSet\Services\EventLog\System\IAS, ParameterMessageFile, %REG_EXPAND_SZ%, "%%SystemRoot%%\System32\iassvcs.dll"
  118. HKLM, System\CurrentControlSet\Services\EventLog\System\IAS, TypesSupported, %REG_DWORD%, 0x0000001f
  119.  
  120. [IAS.AddService.DelReg]
  121. HKLM, SOFTWARE\Microsoft\InetMgr\Parameters\AddOnServices, "IAS"
  122. HKLM, System\CurrentControlSet\Services\EventLog\Application\IAS
  123.  
  124. [IAS.DelReg]
  125. HKLM, System\CurrentControlSet\Services\EventLog\System\IAS
  126. [Strings]
  127. Msft = "Microsoft"
  128. IAS_Display = "Internet Authentication Service"
  129. IAS_Desc = "Enables authentication, authorization and accounting of dial-up and VPN users. IAS supports the RADIUS protocol."
  130. Snapin-Group-Name = "Administrative Tools"
  131. IAS_Shortcut_Display = "Internet Authentication Service"
  132. IAS_Infotip = "Configures IAS, which performs authentication, authorization and accounting of dial-up and VPN users. IAS supports the RADIUS protocol."
  133.  
  134. REG_MULTI_SZ  = 0x10000
  135. REG_EXPAND_SZ = 0x20000
  136. REG_DWORD     = 0x10001
  137.